Html Css Color HEX #74742F Crete

📋 copy color: '#74742F'

red 116 ◦ green 116 ◦ blue 47

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

Shades of Crete #74742F

Tints of Crete #74742F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.58%

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

R = 41.58%
G = 41.58%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#74742F (or 0x74742F) is known color: Crete. HEX triplet: 74, 74 and 2F. RGB value is (116,116,47). Sum of RGB (Red+Green+Blue) = 116+116+47=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 116 - color contains mainly: red, green. Hex color #74742F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74742F is #8B8BD0. Grayscale: #6C6C6C. Windows color (decimal): -9145297 or 3110004. OLE color: 3110004.

HSL color Cylindrical-coordinate representation of color #74742F: hue angle of 60º 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 #74742F is Cyan = 0, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 116 47 -
CMYK 0 0 0.59 0.55
HSL 60º 0.42% 0.32% -
HSV(B) 60º 0.59% 0.45% -
XYZ 13.96 16.41 5.12 -
YUV 108.13 93.5 133.61 -
System Red Green Blue C M Y K H S L
Decimal 116 116 47 0 0 0.59 0.55 60 0.42 0.32
Hex 74 74 2F 0 0 3B 37 3C 2A 20
Octal 164 164 57 0 0 73 67 74 52 40
Binary 1110100 1110100 101111 0 0 111011 110111 111100 101010 100000

Color Harmonies of #74742F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74742F

Black with #74742F

Text Example


Text Example

White with #74742F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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