Html Css Color HEX #74725C Kokoda

📋 copy color: '#74725C'

red 116 ◦ green 114 ◦ blue 92

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

Shades of Kokoda #74725C

Tints of Kokoda #74725C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.4%

 BLUE value IS 92 (36.33% from 255) = 28.57%

R = 36.02%
G = 35.4%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#74725C (or 0x74725C) is known color: Kokoda. HEX triplet: 74, 72 and 5C. RGB value is (116,114,92). Sum of RGB (Red+Green+Blue) = 116+114+92=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 116 - color contains mainly: red. Hex color #74725C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74725C is #8B8DA3. Grayscale: #707070. Windows color (decimal): -9145764 or 6058612. OLE color: 6058612.

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

Color convert

RGB 116 114 92 -
CMYK 0 0.02 0.21 0.55
HSL 55º 0.12% 0.41% -
HSV(B) 55º 0.21% 0.45% -
XYZ 15.15 16.52 12.52 -
YUV 112.09 116.66 130.79 -
System Red Green Blue C M Y K H S L
Decimal 116 114 92 0 0.02 0.21 0.55 55 0.12 0.41
Hex 74 72 5C 0 2 15 37 37 C 29
Octal 164 162 134 0 2 25 67 67 14 51
Binary 1110100 1110010 1011100 0 10 10101 110111 110111 1100 101001

Color Harmonies of #74725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74725C

Black with #74725C

Text Example


Text Example

White with #74725C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,114,92); }

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

background-color css

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

 a { background-color: rgb(116,114,92); }

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

border-color css

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

 span { border-color: rgb(116,114,92); }

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