Html Css Color HEX #766C34 Crete

📋 copy color: '#766C34'

red 118 ◦ green 108 ◦ blue 52

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

Shades of Crete #766C34

Tints of Crete #766C34

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.85%

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

R = 42.45%
G = 38.85%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#766C34 (or 0x766C34) is known color: Crete. HEX triplet: 76, 6C and 34. RGB value is (118,108,52). Sum of RGB (Red+Green+Blue) = 118+108+52=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 108 (42.58% from 255 or 38.85% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #766C34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766C34 is #8993CB. Grayscale: #686868. Windows color (decimal): -9016268 or 3435638. OLE color: 3435638.

HSL color Cylindrical-coordinate representation of color #766C34: hue angle of 50.91º 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 #766C34 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 108 52 -
CMYK 0 0.08 0.56 0.54
HSL 50.91º 0.39% 0.33% -
HSV(B) 50.91º 0.56% 0.46% -
XYZ 13.45 14.82 5.4 -
YUV 104.61 98.31 137.55 -
System Red Green Blue C M Y K H S L
Decimal 118 108 52 0 0.08 0.56 0.54 50.91 0.39 0.33
Hex 76 6C 34 0 8 38 36 33 27 21
Octal 166 154 64 0 10 70 66 63 47 41
Binary 1110110 1101100 110100 0 1000 111000 110110 110011 100111 100001

Color Harmonies of #766C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766C34

Black with #766C34

Text Example


Text Example

White with #766C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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