Html Css Color HEX #73763A Crete

📋 copy color: '#73763A'

red 115 ◦ green 118 ◦ blue 58

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

Shades of Crete #73763A

Tints of Crete #73763A

RGB

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

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

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

R = 39.52%
G = 40.55%
B = 19.93%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#73763A (or 0x73763A) is known color: Crete. HEX triplet: 73, 76 and 3A. RGB value is (115,118,58). Sum of RGB (Red+Green+Blue) = 115+118+58=291 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.52% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 118 - color contains mainly: green. Hex color #73763A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73763A is #8C89C5. Grayscale: #6E6E6E. Windows color (decimal): -9210310 or 3831411. OLE color: 3831411.

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

Color convert

RGB 115 118 58 -
CMYK 0.03 0 0.51 0.54
HSL 63º 0.34% 0.35% -
HSV(B) 63º 0.51% 0.46% -
XYZ 14.31 16.91 6.51 -
YUV 110.26 98.51 131.38 -
System Red Green Blue C M Y K H S L
Decimal 115 118 58 0.03 0 0.51 0.54 63 0.34 0.35
Hex 73 76 3A 3 0 33 36 3F 22 23
Octal 163 166 72 3 0 63 66 77 42 43
Binary 1110011 1110110 111010 11 0 110011 110110 111111 100010 100011

Color Harmonies of #73763A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73763A

Black with #73763A

Text Example


Text Example

White with #73763A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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