Html Css Color HEX #76742F Crete

📋 copy color: '#76742F'

red 118 ◦ green 116 ◦ blue 47

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

Shades of Crete #76742F

Tints of Crete #76742F

RGB

 RED value IS 118 (46.48% from 255) = 41.99%

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

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

R = 41.99%
G = 41.28%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#76742F (or 0x76742F) is known color: Crete. HEX triplet: 76, 74 and 2F. RGB value is (118,116,47). Sum of RGB (Red+Green+Blue) = 118+116+47=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #76742F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76742F is #898BD0. Grayscale: #6D6D6D. Windows color (decimal): -9014225 or 3110006. OLE color: 3110006.

HSL color Cylindrical-coordinate representation of color #76742F: hue angle of 58.31º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #76742F is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 116 47 -
CMYK 0 0.02 0.60 0.54
HSL 58.31º 0.43% 0.32% -
HSV(B) 58.31º 0.6% 0.46% -
XYZ 14.23 16.55 5.13 -
YUV 108.73 93.16 134.61 -
System Red Green Blue C M Y K H S L
Decimal 118 116 47 0 0.02 0.60 0.54 58.31 0.43 0.32
Hex 76 74 2F 0 2 3C 36 3A 2B 20
Octal 166 164 57 0 2 74 66 72 53 40
Binary 1110110 1110100 101111 0 10 111100 110110 111010 101011 100000

Color Harmonies of #76742F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76742F

Black with #76742F

Text Example


Text Example

White with #76742F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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