Html Css Color HEX #75763C Crete

📋 copy color: '#75763C'

red 117 ◦ green 118 ◦ blue 60

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

Shades of Crete #75763C

Tints of Crete #75763C

RGB

 RED value IS 117 (46.09% from 255) = 39.66%

 GREEN value IS 118 (46.48% from 255) = 40%

 BLUE value IS 60 (23.83% from 255) = 20.34%

R = 39.66%
G = 40%
B = 20.34%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#75763C (or 0x75763C) is known color: Crete. HEX triplet: 75, 76 and 3C. RGB value is (117,118,60). Sum of RGB (Red+Green+Blue) = 117+118+60=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 118 - color contains mainly: green. Hex color #75763C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75763C is #8A89C3. Grayscale: #6F6F6F. Windows color (decimal): -9079236 or 3962485. OLE color: 3962485.

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

Color convert

RGB 117 118 60 -
CMYK 0.01 0 0.49 0.54
HSL 61.03º 0.33% 0.35% -
HSV(B) 61.03º 0.49% 0.46% -
XYZ 14.63 17.07 6.8 -
YUV 111.09 99.17 132.22 -
System Red Green Blue C M Y K H S L
Decimal 117 118 60 0.01 0 0.49 0.54 61.03 0.33 0.35
Hex 75 76 3C 1 0 31 36 3D 21 23
Octal 165 166 74 1 0 61 66 75 41 43
Binary 1110101 1110110 111100 1 0 110001 110110 111101 100001 100011

Color Harmonies of #75763C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75763C

Black with #75763C

Text Example


Text Example

White with #75763C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75763C; }

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

 H1.HeaderClassName
 {
   color: #75763C;
 }
 .AnyTagClassName
 {
   color: #75763C;
 }
</style>

background-color css

<style>
 a { background-color: #75763C; }

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

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

border-color css

<style>
 span { border-color: #75763C; }

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

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