Html Css Color HEX #766D30 Crete

📋 copy color: '#766D30'

red 118 ◦ green 109 ◦ blue 48

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

Shades of Crete #766D30

Tints of Crete #766D30

RGB

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

 GREEN value IS 109 (42.97% from 255) = 39.64%

 BLUE value IS 48 (19.14% from 255) = 17.45%

R = 42.91%
G = 39.64%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#766D30 (or 0x766D30) is known color: Crete. HEX triplet: 76, 6D and 30. RGB value is (118,109,48). Sum of RGB (Red+Green+Blue) = 118+109+48=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 109 (42.97% from 255 or 39.64% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #766D30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766D30 is #8992CF. Grayscale: #686868. Windows color (decimal): -9016016 or 3173750. OLE color: 3173750.

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

Color convert

RGB 118 109 48 -
CMYK 0 0.08 0.59 0.54
HSL 52.29º 0.42% 0.33% -
HSV(B) 52.29º 0.59% 0.46% -
XYZ 13.47 15 4.98 -
YUV 104.74 95.98 137.46 -
System Red Green Blue C M Y K H S L
Decimal 118 109 48 0 0.08 0.59 0.54 52.29 0.42 0.33
Hex 76 6D 30 0 8 3B 36 34 2A 21
Octal 166 155 60 0 10 73 66 64 52 41
Binary 1110110 1101101 110000 0 1000 111011 110110 110100 101010 100001

Color Harmonies of #766D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766D30

Black with #766D30

Text Example


Text Example

White with #766D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,109,48); }

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

background-color css

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

 a { background-color: rgb(118,109,48); }

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

border-color css

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

 span { border-color: rgb(118,109,48); }

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