Html Css Color HEX #74712F Crete

📋 copy color: '#74712F'

red 116 ◦ green 113 ◦ blue 47

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

Shades of Crete #74712F

Tints of Crete #74712F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.94%

 BLUE value IS 47 (18.75% from 255) = 17.03%

R = 42.03%
G = 40.94%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#74712F (or 0x74712F) is known color: Crete. HEX triplet: 74, 71 and 2F. RGB value is (116,113,47). Sum of RGB (Red+Green+Blue) = 116+113+47=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 116 - color contains mainly: red. Hex color #74712F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74712F is #8B8ED0. Grayscale: #6A6A6A. Windows color (decimal): -9146065 or 3109236. OLE color: 3109236.

HSL color Cylindrical-coordinate representation of color #74712F: hue angle of 57.39º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74712F is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 113 47 -
CMYK 0 0.03 0.59 0.55
HSL 57.39º 0.42% 0.32% -
HSV(B) 57.39º 0.59% 0.45% -
XYZ 13.62 15.73 5.01 -
YUV 106.37 94.49 134.87 -
System Red Green Blue C M Y K H S L
Decimal 116 113 47 0 0.03 0.59 0.55 57.39 0.42 0.32
Hex 74 71 2F 0 3 3B 37 39 2A 20
Octal 164 161 57 0 3 73 67 71 52 40
Binary 1110100 1110001 101111 0 11 111011 110111 111001 101010 100000

Color Harmonies of #74712F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74712F

Black with #74712F

Text Example


Text Example

White with #74712F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74712F; }

 p { color: rgb(116,113,47); }

 H1.HeaderClassName
 {
   color: #74712F;
 }
 .AnyTagClassName
 {
   color: #74712F;
 }
</style>

background-color css

<style>
 a { background-color: #74712F; }

 a { background-color: rgb(116,113,47); }

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

border-color css

<style>
 span { border-color: #74712F; }

 span { border-color: rgb(116,113,47); }

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