Html Css Color HEX #7F613C McKenzie

📋 copy color: '#7F613C'

red 127 ◦ green 97 ◦ blue 60

#7F613C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of McKenzie #7F613C

Tints of McKenzie #7F613C

RGB

 RED value IS 127 (50% from 255) = 44.72%

 GREEN value IS 97 (38.28% from 255) = 34.15%

 BLUE value IS 60 (23.83% from 255) = 21.13%

R = 44.72%
G = 34.15%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0.50

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7F613C (or 0x7F613C) is known color: McKenzie. HEX triplet: 7F, 61 and 3C. RGB value is (127,97,60). Sum of RGB (Red+Green+Blue) = 127+97+60=284 (37% of max value = 765). Red value is 127 (50% from 255 or 44.72% from 284); Green value is 97 (38.28% from 255 or 34.15% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 127 - color contains mainly: red. Hex color #7F613C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F613C is #809EC3. Grayscale: #656565. Windows color (decimal): -8429252 or 3957119. OLE color: 3957119.

HSL color Cylindrical-coordinate representation of color #7F613C: hue angle of 33.13º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7F613C is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 97 60 -
CMYK 0 0.24 0.53 0.50
HSL 33.13º 0.36% 0.37% -
HSV(B) 33.13º 0.53% 0.5% -
XYZ 13.84 13.39 6.13 -
YUV 101.75 104.44 146.01 -
System Red Green Blue C M Y K H S L
Decimal 127 97 60 0 0.24 0.53 0.50 33.13 0.36 0.37
Hex 7F 61 3C 0 18 35 32 21 24 25
Octal 177 141 74 0 30 65 62 41 44 45
Binary 1111111 1100001 111100 0 11000 110101 110010 100001 100100 100101

Color Harmonies of #7F613C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F613C

Black with #7F613C

Text Example


Text Example

White with #7F613C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F613C; }

 p { color: rgb(127,97,60); }

 H1.HeaderClassName
 {
   color: #7F613C;
 }
 .AnyTagClassName
 {
   color: #7F613C;
 }
</style>

background-color css

<style>
 a { background-color: #7F613C; }

 a { background-color: rgb(127,97,60); }

 div.DivClassName
 {
   background-color: #7F613C;
 }
 .BgClassName
 {
   background-color: #7F613C;
 }
</style>

border-color css

<style>
 span { border-color: #7F613C; }

 span { border-color: rgb(127,97,60); }

 td.TdClassName
 {
   border-color: #7F613C;
 }
 .TagClassName
 {
   border-color: #7F613C;
 }
</style>