Html Css Color HEX #75907D Oxley

📋 copy color: '#75907D'

red 117 ◦ green 144 ◦ blue 125

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

Shades of Oxley #75907D

Tints of Oxley #75907D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.31%

 BLUE value IS 125 (49.22% from 255) = 32.38%

R = 30.31%
G = 37.31%
B = 32.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#75907D (or 0x75907D) is known color: Oxley. HEX triplet: 75, 90 and 7D. RGB value is (117,144,125). Sum of RGB (Red+Green+Blue) = 117+144+125=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 144 - color contains mainly: green. Hex color #75907D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75907D is #8A6F82. Grayscale: #858585. Windows color (decimal): -9072515 or 8228981. OLE color: 8228981.

HSL color Cylindrical-coordinate representation of color #75907D: hue angle of 137.78º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #75907D is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 144 125 -
CMYK 0.19 0 0.13 0.44
HSL 137.78º 0.11% 0.51% -
HSV(B) 137.78º 0.19% 0.56% -
XYZ 21.01 25.21 23.16 -
YUV 133.76 123.05 116.04 -
System Red Green Blue C M Y K H S L
Decimal 117 144 125 0.19 0 0.13 0.44 137.78 0.11 0.51
Hex 75 90 7D 13 0 D 2C 8A B 33
Octal 165 220 175 23 0 15 54 212 13 63
Binary 1110101 10010000 1111101 10011 0 1101 101100 10001010 1011 110011

Color Harmonies of #75907D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75907D

Black with #75907D

Text Example


Text Example

White with #75907D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75907D; }

 p { color: rgb(117,144,125); }

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

background-color css

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

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

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

border-color css

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

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

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