Html Css Color HEX #757C75 Boulder

📋 copy color: '#757C75'

red 117 ◦ green 124 ◦ blue 117

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

Shades of Boulder #757C75

Tints of Boulder #757C75

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.64%

 BLUE value IS 117 (46.09% from 255) = 32.68%

R = 32.68%
G = 34.64%
B = 32.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#757C75 (or 0x757C75) is known color: Boulder. HEX triplet: 75, 7C and 75. RGB value is (117,124,117). Sum of RGB (Red+Green+Blue) = 117+124+117=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 124 (48.83% from 255 or 34.64% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 124 - color contains mainly: green. Hex color #757C75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757C75 is #8A838A. Grayscale: #797979. Windows color (decimal): -9077643 or 7699573. OLE color: 7699573.

HSL color Cylindrical-coordinate representation of color #757C75: hue angle of 120º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #757C75 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 124 117 -
CMYK 0.06 0 0.06 0.51
HSL 120º 0.03% 0.47% -
HSV(B) 120º 0.06% 0.49% -
XYZ 17.75 19.48 19.65 -
YUV 121.11 125.68 125.07 -
System Red Green Blue C M Y K H S L
Decimal 117 124 117 0.06 0 0.06 0.51 120 0.03 0.47
Hex 75 7C 75 6 0 6 33 78 3 2F
Octal 165 174 165 6 0 6 63 170 3 57
Binary 1110101 1111100 1110101 110 0 110 110011 1111000 11 101111

Color Harmonies of #757C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757C75

Black with #757C75

Text Example


Text Example

White with #757C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757C75; }

 p { color: rgb(117,124,117); }

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

background-color css

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

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

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

border-color css

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

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

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