Html Css Color HEX #76752B Crete

📋 copy color: '#76752B'

red 118 ◦ green 117 ◦ blue 43

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

Shades of Crete #76752B

Tints of Crete #76752B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.09%

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

R = 42.45%
G = 42.09%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.64

 K value IS 0.54

RGB Variations

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

Color information

#76752B (or 0x76752B) is known color: Crete. HEX triplet: 76, 75 and 2B. RGB value is (118,117,43). Sum of RGB (Red+Green+Blue) = 118+117+43=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 117 (46.09% from 255 or 42.09% from 278); Blue value is 43 (17.19% from 255 or 15.47% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #76752B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76752B is #898AD4. Grayscale: #6D6D6D. Windows color (decimal): -9013973 or 2848118. OLE color: 2848118.

HSL color Cylindrical-coordinate representation of color #76752B: hue angle of 59.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 #76752B is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 117 43 -
CMYK 0 0.01 0.64 0.54
HSL 59.2º 0.47% 0.32% -
HSV(B) 59.2º 0.64% 0.46% -
XYZ 14.27 16.75 4.77 -
YUV 108.86 90.83 134.52 -
System Red Green Blue C M Y K H S L
Decimal 118 117 43 0 0.01 0.64 0.54 59.2 0.47 0.32
Hex 76 75 2B 0 1 40 36 3B 2F 20
Octal 166 165 53 0 1 100 66 73 57 40
Binary 1110110 1110101 101011 0 1 1000000 110110 111011 101111 100000

Color Harmonies of #76752B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76752B

Black with #76752B

Text Example


Text Example

White with #76752B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76752B; }

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

 H1.HeaderClassName
 {
   color: #76752B;
 }
 .AnyTagClassName
 {
   color: #76752B;
 }
</style>

background-color css

<style>
 a { background-color: #76752B; }

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

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

border-color css

<style>
 span { border-color: #76752B; }

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

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