Html Css Color HEX #766F34 Crete

📋 copy color: '#766F34'

red 118 ◦ green 111 ◦ blue 52

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

Shades of Crete #766F34

Tints of Crete #766F34

RGB

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

 GREEN value IS 111 (43.75% from 255) = 39.5%

 BLUE value IS 52 (20.7% from 255) = 18.51%

R = 41.99%
G = 39.5%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#766F34 (or 0x766F34) is known color: Crete. HEX triplet: 76, 6F and 34. RGB value is (118,111,52). Sum of RGB (Red+Green+Blue) = 118+111+52=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 111 (43.75% from 255 or 39.50% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #766F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766F34 is #8990CB. Grayscale: #6A6A6A. Windows color (decimal): -9015500 or 3436406. OLE color: 3436406.

HSL color Cylindrical-coordinate representation of color #766F34: hue angle of 53.64º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #766F34 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 111 52 -
CMYK 0 0.06 0.56 0.54
HSL 53.64º 0.39% 0.33% -
HSV(B) 53.64º 0.56% 0.46% -
XYZ 13.78 15.47 5.51 -
YUV 106.37 97.32 136.3 -
System Red Green Blue C M Y K H S L
Decimal 118 111 52 0 0.06 0.56 0.54 53.64 0.39 0.33
Hex 76 6F 34 0 6 38 36 36 27 21
Octal 166 157 64 0 6 70 66 66 47 41
Binary 1110110 1101111 110100 0 110 111000 110110 110110 100111 100001

Color Harmonies of #766F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766F34

Black with #766F34

Text Example


Text Example

White with #766F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766F34; }

 p { color: rgb(118,111,52); }

 H1.HeaderClassName
 {
   color: #766F34;
 }
 .AnyTagClassName
 {
   color: #766F34;
 }
</style>

background-color css

<style>
 a { background-color: #766F34; }

 a { background-color: rgb(118,111,52); }

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

border-color css

<style>
 span { border-color: #766F34; }

 span { border-color: rgb(118,111,52); }

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