Html Css Color HEX #75773F Crete

📋 copy color: '#75773F'

red 117 ◦ green 119 ◦ blue 63

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

Shades of Crete #75773F

Tints of Crete #75773F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.8%

 BLUE value IS 63 (25% from 255) = 21.07%

R = 39.13%
G = 39.8%
B = 21.07%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#75773F (or 0x75773F) is known color: Crete. HEX triplet: 75, 77 and 3F. RGB value is (117,119,63). Sum of RGB (Red+Green+Blue) = 117+119+63=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 119 - color contains mainly: green. Hex color #75773F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75773F is #8A88C0. Grayscale: #707070. Windows color (decimal): -9078977 or 4159349. OLE color: 4159349.

HSL color Cylindrical-coordinate representation of color #75773F: hue angle of 62.14º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75773F is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 119 63 -
CMYK 0.02 0 0.47 0.53
HSL 62.14º 0.31% 0.36% -
HSV(B) 62.14º 0.47% 0.47% -
XYZ 14.83 17.33 7.27 -
YUV 112.02 100.34 131.55 -
System Red Green Blue C M Y K H S L
Decimal 117 119 63 0.02 0 0.47 0.53 62.14 0.31 0.36
Hex 75 77 3F 2 0 2F 35 3E 1F 24
Octal 165 167 77 2 0 57 65 76 37 44
Binary 1110101 1110111 111111 10 0 101111 110101 111110 11111 100100

Color Harmonies of #75773F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75773F

Black with #75773F

Text Example


Text Example

White with #75773F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75773F; }

 p { color: rgb(117,119,63); }

 H1.HeaderClassName
 {
   color: #75773F;
 }
 .AnyTagClassName
 {
   color: #75773F;
 }
</style>

background-color css

<style>
 a { background-color: #75773F; }

 a { background-color: rgb(117,119,63); }

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

border-color css

<style>
 span { border-color: #75773F; }

 span { border-color: rgb(117,119,63); }

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