Html Css Color HEX #76753D Crete

📋 copy color: '#76753D'

red 118 ◦ green 117 ◦ blue 61

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

Shades of Crete #76753D

Tints of Crete #76753D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.61%

R = 39.86%
G = 39.53%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#76753D (or 0x76753D) is known color: Crete. HEX triplet: 76, 75 and 3D. RGB value is (118,117,61). Sum of RGB (Red+Green+Blue) = 118+117+61=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #76753D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76753D is #898AC2. Grayscale: #6F6F6F. Windows color (decimal): -9013955 or 4027766. OLE color: 4027766.

HSL color Cylindrical-coordinate representation of color #76753D: hue angle of 58.95º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76753D is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 117 61 -
CMYK 0 0.01 0.48 0.54
HSL 58.95º 0.32% 0.35% -
HSV(B) 58.95º 0.48% 0.46% -
XYZ 14.67 16.91 6.91 -
YUV 110.92 99.83 133.05 -
System Red Green Blue C M Y K H S L
Decimal 118 117 61 0 0.01 0.48 0.54 58.95 0.32 0.35
Hex 76 75 3D 0 1 30 36 3B 20 23
Octal 166 165 75 0 1 60 66 73 40 43
Binary 1110110 1110101 111101 0 1 110000 110110 111011 100000 100011

Color Harmonies of #76753D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76753D

Black with #76753D

Text Example


Text Example

White with #76753D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76753D; }

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

 H1.HeaderClassName
 {
   color: #76753D;
 }
 .AnyTagClassName
 {
   color: #76753D;
 }
</style>

background-color css

<style>
 a { background-color: #76753D; }

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

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

border-color css

<style>
 span { border-color: #76753D; }

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

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