Html Css Color HEX #766B2B Crete

📋 copy color: '#766B2B'

red 118 ◦ green 107 ◦ blue 43

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

Shades of Crete #766B2B

Tints of Crete #766B2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.04%

R = 44.03%
G = 39.93%
B = 16.04%

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

#766B2B (or 0x766B2B) is known color: Crete. HEX triplet: 76, 6B and 2B. RGB value is (118,107,43). Sum of RGB (Red+Green+Blue) = 118+107+43=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 107 (42.19% from 255 or 39.93% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #766B2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766B2B is #8994D4. Grayscale: #676767. Windows color (decimal): -9016533 or 2845558. OLE color: 2845558.

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

Color convert

RGB 118 107 43 -
CMYK 0 0.09 0.64 0.54
HSL 51.2º 0.47% 0.32% -
HSV(B) 51.2º 0.64% 0.46% -
XYZ 13.16 14.54 4.4 -
YUV 102.99 94.14 138.7 -
System Red Green Blue C M Y K H S L
Decimal 118 107 43 0 0.09 0.64 0.54 51.2 0.47 0.32
Hex 76 6B 2B 0 9 40 36 33 2F 20
Octal 166 153 53 0 11 100 66 63 57 40
Binary 1110110 1101011 101011 0 1001 1000000 110110 110011 101111 100000

Color Harmonies of #766B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766B2B

Black with #766B2B

Text Example


Text Example

White with #766B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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