Html Css Color HEX #74694C Crocodile

📋 copy color: '#74694C'

red 116 ◦ green 105 ◦ blue 76

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

Shades of Crocodile #74694C

Tints of Crocodile #74694C

RGB

 RED value IS 116 (45.7% from 255) = 39.06%

 GREEN value IS 105 (41.41% from 255) = 35.35%

 BLUE value IS 76 (30.08% from 255) = 25.59%

R = 39.06%
G = 35.35%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#74694C (or 0x74694C) is known color: Crocodile. HEX triplet: 74, 69 and 4C. RGB value is (116,105,76). Sum of RGB (Red+Green+Blue) = 116+105+76=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 116 - color contains mainly: red. Hex color #74694C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74694C is #8B96B3. Grayscale: #696969. Windows color (decimal): -9148084 or 5007732. OLE color: 5007732.

HSL color Cylindrical-coordinate representation of color #74694C: hue angle of 43.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #74694C is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 105 76 -
CMYK 0 0.09 0.34 0.55
HSL 43.5º 0.21% 0.38% -
HSV(B) 43.5º 0.34% 0.45% -
XYZ 13.56 14.34 8.89 -
YUV 104.98 111.64 135.86 -
System Red Green Blue C M Y K H S L
Decimal 116 105 76 0 0.09 0.34 0.55 43.5 0.21 0.38
Hex 74 69 4C 0 9 22 37 2C 15 26
Octal 164 151 114 0 11 42 67 54 25 46
Binary 1110100 1101001 1001100 0 1001 100010 110111 101100 10101 100110

Color Harmonies of #74694C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74694C

Black with #74694C

Text Example


Text Example

White with #74694C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74694C; }

 p { color: rgb(116,105,76); }

 H1.HeaderClassName
 {
   color: #74694C;
 }
 .AnyTagClassName
 {
   color: #74694C;
 }
</style>

background-color css

<style>
 a { background-color: #74694C; }

 a { background-color: rgb(116,105,76); }

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

border-color css

<style>
 span { border-color: #74694C; }

 span { border-color: rgb(116,105,76); }

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