Html Css Color HEX #75763A Crete

📋 copy color: '#75763A'

red 117 ◦ green 118 ◦ blue 58

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

Shades of Crete #75763A

Tints of Crete #75763A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.8%

R = 39.93%
G = 40.27%
B = 19.8%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#75763A (or 0x75763A) is known color: Crete. HEX triplet: 75, 76 and 3A. RGB value is (117,118,58). Sum of RGB (Red+Green+Blue) = 117+118+58=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 58 (23.05% from 255 or 19.80% from 293); Max value from RGB is 118 - color contains mainly: green. Hex color #75763A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75763A is #8A89C5. Grayscale: #6F6F6F. Windows color (decimal): -9079238 or 3831413. OLE color: 3831413.

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

Color convert

RGB 117 118 58 -
CMYK 0.01 0 0.51 0.54
HSL 61º 0.34% 0.35% -
HSV(B) 61º 0.51% 0.46% -
XYZ 14.58 17.04 6.52 -
YUV 110.86 98.17 132.38 -
System Red Green Blue C M Y K H S L
Decimal 117 118 58 0.01 0 0.51 0.54 61 0.34 0.35
Hex 75 76 3A 1 0 33 36 3D 22 23
Octal 165 166 72 1 0 63 66 75 42 43
Binary 1110101 1110110 111010 1 0 110011 110110 111101 100010 100011

Color Harmonies of #75763A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75763A

Black with #75763A

Text Example


Text Example

White with #75763A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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