Html Css Color HEX #73763C Crete

📋 copy color: '#73763C'

red 115 ◦ green 118 ◦ blue 60

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

Shades of Crete #73763C

Tints of Crete #73763C

RGB

 RED value IS 115 (45.31% from 255) = 39.25%

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

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

R = 39.25%
G = 40.27%
B = 20.48%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#73763C (or 0x73763C) is known color: Crete. HEX triplet: 73, 76 and 3C. RGB value is (115,118,60). Sum of RGB (Red+Green+Blue) = 115+118+60=293 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.25% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 118 - color contains mainly: green. Hex color #73763C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73763C is #8C89C3. Grayscale: #6E6E6E. Windows color (decimal): -9210308 or 3962483. OLE color: 3962483.

HSL color Cylindrical-coordinate representation of color #73763C: hue angle of 63.1º 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 #73763C is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 115 118 60 -
CMYK 0.03 0 0.49 0.54
HSL 63.1º 0.33% 0.35% -
HSV(B) 63.1º 0.49% 0.46% -
XYZ 14.36 16.93 6.79 -
YUV 110.49 99.51 131.22 -
System Red Green Blue C M Y K H S L
Decimal 115 118 60 0.03 0 0.49 0.54 63.1 0.33 0.35
Hex 73 76 3C 3 0 31 36 3F 21 23
Octal 163 166 74 3 0 61 66 77 41 43
Binary 1110011 1110110 111100 11 0 110001 110110 111111 100001 100011

Color Harmonies of #73763C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73763C

Black with #73763C

Text Example


Text Example

White with #73763C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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