Html Css Color HEX #766B2A Crete

📋 copy color: '#766B2A'

red 118 ◦ green 107 ◦ blue 42

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

Shades of Crete #766B2A

Tints of Crete #766B2A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 40.07%

 BLUE value IS 42 (16.8% from 255) = 15.73%

R = 44.19%
G = 40.07%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#766B2A (or 0x766B2A) is known color: Crete. HEX triplet: 76, 6B and 2A. RGB value is (118,107,42). Sum of RGB (Red+Green+Blue) = 118+107+42=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 107 (42.19% from 255 or 40.07% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #766B2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766B2A is #8994D5. Grayscale: #676767. Windows color (decimal): -9016534 or 2780022. OLE color: 2780022.

HSL color Cylindrical-coordinate representation of color #766B2A: hue angle of 51.32º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #766B2A is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 107 42 -
CMYK 0 0.09 0.64 0.54
HSL 51.32º 0.48% 0.31% -
HSV(B) 51.32º 0.64% 0.46% -
XYZ 13.15 14.53 4.3 -
YUV 102.88 93.64 138.79 -
System Red Green Blue C M Y K H S L
Decimal 118 107 42 0 0.09 0.64 0.54 51.32 0.48 0.31
Hex 76 6B 2A 0 9 40 36 33 30 1F
Octal 166 153 52 0 11 100 66 63 60 37
Binary 1110110 1101011 101010 0 1001 1000000 110110 110011 110000 11111

Color Harmonies of #766B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766B2A

Black with #766B2A

Text Example


Text Example

White with #766B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,107,42); }

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

background-color css

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

 a { background-color: rgb(118,107,42); }

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

border-color css

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

 span { border-color: rgb(118,107,42); }

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