Html Css Color HEX #74702C Crete

📋 copy color: '#74702C'

red 116 ◦ green 112 ◦ blue 44

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

Shades of Crete #74702C

Tints of Crete #74702C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.18%

 BLUE value IS 44 (17.58% from 255) = 16.18%

R = 42.65%
G = 41.18%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#74702C (or 0x74702C) is known color: Crete. HEX triplet: 74, 70 and 2C. RGB value is (116,112,44). Sum of RGB (Red+Green+Blue) = 116+112+44=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 116 - color contains mainly: red. Hex color #74702C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74702C is #8B8FD3. Grayscale: #696969. Windows color (decimal): -9146324 or 2912372. OLE color: 2912372.

HSL color Cylindrical-coordinate representation of color #74702C: hue angle of 56.67º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #74702C is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 112 44 -
CMYK 0 0.03 0.62 0.55
HSL 56.67º 0.45% 0.31% -
HSV(B) 56.67º 0.62% 0.45% -
XYZ 13.45 15.48 4.66 -
YUV 105.44 93.33 135.53 -
System Red Green Blue C M Y K H S L
Decimal 116 112 44 0 0.03 0.62 0.55 56.67 0.45 0.31
Hex 74 70 2C 0 3 3E 37 39 2D 1F
Octal 164 160 54 0 3 76 67 71 55 37
Binary 1110100 1110000 101100 0 11 111110 110111 111001 101101 11111

Color Harmonies of #74702C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74702C

Black with #74702C

Text Example


Text Example

White with #74702C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,112,44); }

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

background-color css

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

 a { background-color: rgb(116,112,44); }

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

border-color css

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

 span { border-color: rgb(116,112,44); }

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