Html Css Color HEX #757838 Crete

📋 copy color: '#757838'

red 117 ◦ green 120 ◦ blue 56

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

Shades of Crete #757838

Tints of Crete #757838

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40.96%

 BLUE value IS 56 (22.27% from 255) = 19.11%

R = 39.93%
G = 40.96%
B = 19.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.53

 K value IS 0.53

RGB Variations

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

Color information

#757838 (or 0x757838) is known color: Crete. HEX triplet: 75, 78 and 38. RGB value is (117,120,56). Sum of RGB (Red+Green+Blue) = 117+120+56=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 120 (47.27% from 255 or 40.96% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 120 - color contains mainly: green. Hex color #757838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757838 is #8A87C7. Grayscale: #707070. Windows color (decimal): -9078728 or 3700853. OLE color: 3700853.

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

Color convert

RGB 117 120 56 -
CMYK 0.02 0 0.53 0.53
HSL 62.81º 0.36% 0.35% -
HSV(B) 62.81º 0.53% 0.47% -
XYZ 14.77 17.5 6.34 -
YUV 111.81 96.51 131.7 -
System Red Green Blue C M Y K H S L
Decimal 117 120 56 0.02 0 0.53 0.53 62.81 0.36 0.35
Hex 75 78 38 2 0 35 35 3F 24 23
Octal 165 170 70 2 0 65 65 77 44 43
Binary 1110101 1111000 111000 10 0 110101 110101 111111 100100 100011

Color Harmonies of #757838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757838

Black with #757838

Text Example


Text Example

White with #757838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757838; }

 p { color: rgb(117,120,56); }

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

background-color css

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

 a { background-color: rgb(117,120,56); }

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

border-color css

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

 span { border-color: rgb(117,120,56); }

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