Html Css Color HEX #07504D Sherpa Blue

📋 copy color: '#07504D'

red 7 ◦ green 80 ◦ blue 77

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

Shades of Sherpa Blue #07504D

Tints of Sherpa Blue #07504D

RGB

 RED value IS 7 (3.13% from 255) = 4.27%

 GREEN value IS 80 (31.64% from 255) = 48.78%

 BLUE value IS 77 (30.47% from 255) = 46.95%

R = 4.27%
G = 48.78%
B = 46.95%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#07504D (or 0x07504D) is known color: Sherpa Blue. HEX triplet: 07, 50 and 4D. RGB value is (7,80,77). Sum of RGB (Red+Green+Blue) = 7+80+77=164 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.27% from 164); Green value is 80 (31.64% from 255 or 48.78% from 164); Blue value is 77 (30.47% from 255 or 46.95% from 164); Max value from RGB is 80 - color contains mainly: green. Hex color #07504D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07504D is #F8AFB2. Grayscale: #393939. Windows color (decimal): -16297907 or 5066759. OLE color: 5066759.

HSL color Cylindrical-coordinate representation of color #07504D: hue angle of 177.53º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07504D is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB 7 80 77 -
CMYK 0.91 0 0.04 0.69
HSL 177.53º 0.84% 0.17% -
HSV(B) 177.53º 0.91% 0.31% -
XYZ 4.3 6.32 8.01 -
YUV 57.83 138.82 91.74 -
System Red Green Blue C M Y K H S L
Decimal 7 80 77 0.91 0 0.04 0.69 177.53 0.84 0.17
Hex 7 50 4D 5B 0 4 45 B2 54 11
Octal 7 120 115 133 0 4 105 262 124 21
Binary 111 1010000 1001101 1011011 0 100 1000101 10110010 1010100 10001

Color Harmonies of #07504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07504D

Black with #07504D

Text Example


Text Example

White with #07504D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,80,77); }

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

background-color css

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

 a { background-color: rgb(7,80,77); }

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

border-color css

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

 span { border-color: rgb(7,80,77); }

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